type golang.org/x/tools/internal/event/keys.UInt
9 uses
golang.org/x/tools/internal/event/keys (current package)
keys.go#L231: type UInt struct {
keys.go#L237: func NewUInt(name, description string) *UInt {
keys.go#L238: return &UInt{name: name, description: description}
keys.go#L241: func (k *UInt) Name() string { return k.name }
keys.go#L242: func (k *UInt) Description() string { return k.description }
keys.go#L244: func (k *UInt) Format(w io.Writer, buf []byte, l label.Label) {
keys.go#L249: func (k *UInt) Of(v uint) label.Label { return label.Of64(k, uint64(v)) }
keys.go#L252: func (k *UInt) Get(lm label.Map) uint {
keys.go#L260: func (k *UInt) From(t label.Label) uint { return uint(t.Unpack64()) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)